docs + loop: /setup-orchestrator pointers and responsive PR-loop cadence - #22
Merged
Merged
Conversation
… PROMPTS Add a callout at the top of docs/GETTING_STARTED.md and docs/PROMPTS.md telling adopters they can run the interactive /setup-orchestrator command instead of doing the manual steps / prompts 1-2 by hand. The pages remain the manual reference. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011HosUeuSvhetARboEfDW6K
robercano
approved these changes
Jul 1, 2026
- IDLE cadence 17 * * * * (hourly) -> */5 * * * * so a newly opened PR or new module:* issue flips the loop to FAST within minutes instead of up to an hour. - Update the embedded tick prompt to resolve the repo and route ALL gh through .claude/scripts/bot-gh.sh (was bare gh), matching the agent/loop bot-identity policy. - Arm the cron at */5 * * * * (STEP 0 still self-adjusts FAST<->IDLE per open work). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011HosUeuSvhetARboEfDW6K
robercano
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two small onboarding/loop-config improvements:
docs/GETTING_STARTED.mdanddocs/PROMPTS.mdsending new adopters to the interactive/setup-orchestratorcommand (shipped in chore: route all agent gh through the bot + add /setup-orchestrator #20). The pages remain the manual reference behind it..claude/commands/pr-loop.md) — the armed loop's IDLE schedule goes from hourly (17 * * * *) to*/5 * * * *, so a newly opened PR or newmodule:*issue flips the loop to FAST within minutes instead of up to an hour. Also updates the embedded tick prompt to route allghthroughbot-gh.sh(was baregh), matching the bot-identity policy. STEP 0 still self-adjusts FAST⇄IDLE based on open work.Why
/setup-orchestrator; this closes that gap (part of Onboarding: configure the orchestrator for a new project (modules, labels, the autonomous loop) #19).🤖 Generated with Claude Code
https://claude.ai/code/session_011HosUeuSvhetARboEfDW6K